home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / flybox3.dir / 00045.ls < prev    next >
Encoding:
Text File  |  1995-05-02  |  299 b   |  15 lines

  1. on mouseDown
  2.   global listC
  3.   set the castNum of sprite 31 to 55
  4.   updateStage()
  5.   set listC to list()
  6.   repeat with i = 2 to 30
  7.     set the castNum of sprite i to 47
  8.   end repeat
  9.   repeat with i = 32 to 48
  10.     set the castNum of sprite i to 47
  11.   end repeat
  12.   updateStage()
  13.   go(1, "main1.dir")
  14. end
  15.